home *** CD-ROM | disk | FTP | other *** search
/ Nikon Picture Project 1.7 / Nikon PictureProject - Disc 1.iso / mac / Welcome.app / Contents / Resources / CustomerSupport.nib / classes.nib next >
Encoding:
Text File  |  2006-05-29  |  645 b   |  19 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {cancelSelectSupport = id; endSelectSupport = id; runSelectSupportPanel = id; }; 
  5.             CLASS = CustomerSupportController; 
  6.             LANGUAGE = ObjC; 
  7.             OUTLETS = {
  8.                 vPanelDescriptionText = NSTextField; 
  9.                 vSelectCancelButton = NSButton; 
  10.                 vSelectOKButton = NSButton; 
  11.                 vSelectPanel = NSPanel; 
  12.                 vSupportKindPopup = NSPopUpButton; 
  13.             }; 
  14.             SUPERCLASS = NSObject; 
  15.         }, 
  16.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
  17.     ); 
  18.     IBVersion = 1; 
  19. }